home *** CD-ROM | disk | FTP | other *** search
- typedef int BLOCK;
-
- void mdec_init(void);
- void mdec0_write(UINT32 data);
- void mdec1_write(UINT32 data);
- UINT32 mdec0_read(void);
- UINT32 mdec1_read(void);
- void dma0_exec(UINT32 adr,UINT32 bcr,UINT32 chcr);
- void dma1_exec(UINT32 adr,UINT32 bcr,UINT32 chcr);
-
- void idct(BLOCK *block,int k);